Jump to: Board index » General » Fusion

dot instead of coma

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

Adrian Niwa

  • Posts: 86
  • Joined: Wed Mar 08, 2017 1:50 pm

dot instead of coma

PostWed Mar 07, 2018 10:22 am

Hi guys!

I'm curious if it's only me with the problem.

I pretty often type the values in Fusion using numeric keyboard.
But on the numeric keyboard you can find coma.

If I use coma, values get screwed up. I have to move my hand to "dot" on the standard keyboard. Then it works.

Do you have the same problem?
Is there any way to solve it? Typing values using only numeric keyboard would be way easier (and free of mistakes...)

Cheers!
Manjaro / ASROCK X399 Taichi / AMD Threadripper 1920X / RTX 2060 / 32GB RAM DDR-4 / 4 X SSD drive / Fusion Studio / Resolve Studio
www.inox.vision
Offline

Sander de Regt

  • Posts: 3500
  • Joined: Thu Nov 13, 2014 10:09 pm

Re: dot instead of coma

PostWed Mar 07, 2018 10:33 am

This depends on the language settings of your OS.
If you use for example a European setting, there is a good chance that you write numbers like this

1.000,55 - where the decimal point is actually a comma. You can change this in your OS and Fusion will honor this assignment.
Sander de Regt

ShadowMaker SdR
The Netherlands
Offline

Adrian Niwa

  • Posts: 86
  • Joined: Wed Mar 08, 2017 1:50 pm

Re: dot instead of coma

PostWed Mar 07, 2018 9:24 pm

nah
We're not talking about writing this kind of numbers.

If I write: 0,75 - Fusion will write 0
If I write 0.75 - Fusion will write 0.75

It just doesn't honor "," as a separator.

In Cinema 4D for example it doesn't matter if I use "." or "," - I always get the proper value.

I wrote to BM support today. Maybe they'll put it on the "request list".

Cheers!
Manjaro / ASROCK X399 Taichi / AMD Threadripper 1920X / RTX 2060 / 32GB RAM DDR-4 / 4 X SSD drive / Fusion Studio / Resolve Studio
www.inox.vision
Offline
User avatar

Olivier MATHIEU

  • Posts: 865
  • Joined: Thu Aug 04, 2016 1:55 pm
  • Location: Paris/Grenoble, FRANCE

Re: dot instead of coma

PostSat Mar 10, 2018 6:34 pm

Adrian Niwa wrote:nah

I wrote to BM support today. Maybe they'll put it on the "request list".

Cheers!

+1
Resolve Studio 18.6.x & Fusion Studio 18.6.x | MacOS 13.6.x | GUI : 3840 x 2160 | Ntw : 10Gb/s
MacbookPro M2 Max
Offline

Adrian Niwa

  • Posts: 86
  • Joined: Wed Mar 08, 2017 1:50 pm

Re: dot instead of coma

PostSun Mar 11, 2018 6:39 pm

[UPDATE]

I've been informed that it has been put on a request list.
Without a guarantee obviously, but somebody noticed a problem.

Support replied lightning fast BTW.

cheers!
Manjaro / ASROCK X399 Taichi / AMD Threadripper 1920X / RTX 2060 / 32GB RAM DDR-4 / 4 X SSD drive / Fusion Studio / Resolve Studio
www.inox.vision
Offline

daniel.partzsch

  • Posts: 64
  • Joined: Wed Aug 09, 2017 8:13 am
  • Location: Berlin

Re: dot instead of coma

PostTue Mar 13, 2018 7:03 am

Same here. Always bothers me that I cannot only use the num pad. Hope this gets implemented.

Gesendet von meinem SM-G930F mit Tapatalk
Offline
User avatar

TechManiacHD

  • Posts: 25
  • Joined: Thu May 02, 2019 9:58 pm
  • Location: Ireland
  • Real Name: Pawel Jackowski

Re: dot instead of coma

PostTue Jul 27, 2021 4:47 pm

Three years have passed and still, a comma can't be used as a separator for values. I think even something silly and tiny has a low probability to be fixed :roll:
Offline
User avatar

Jacob Danell

  • Posts: 290
  • Joined: Tue Aug 28, 2012 2:25 pm
  • Location: Sweden

Re: dot instead of coma

PostWed Jul 28, 2021 1:59 pm

1+ on this. I often copy-paste numbers from a calculator and it always use "," instead of "." meaning I have to remeber to edit the number every time before pressing enter ornelse the number goes to 0.
Please add the posibility to use ","
You could simply just check if the written value has a single "," in it, change it to "."
If it has both "," and "." act like it does now.

Windows 10, Fusion 18.x
AMD Ryzen 9 5950X 16-Core Processor 3.40 GHz
Nvidia GeForce RTX 3090 Ti
128 GB ram
Offline

bkoenig

  • Posts: 1
  • Joined: Mon Feb 28, 2022 1:20 am
  • Real Name: Bernhard König

Re: dot instead of coma

PostMon Feb 28, 2022 1:29 am

I ran into the same issue and want to share my solution/workaround:

You can use the app "AutoHotKey" (I can't post URLs, just google it) to remap the NumPadPoint-Key from , to . only when DaVinci Resolve Studio is in the active (foreground) window with the following script:

Code: Select all
SetTitleMatchMode, 1
#IfWinActive, DaVinci Resolve Studio
{
    NumpadDot::.
}


Save this script text into a file, save it in a folder of your choice and run it with AutoHotKey. Done.

Will do until hopefully Blackmagic will fix this one day.
Offline

FulmoStudio

  • Posts: 1
  • Joined: Wed Jun 07, 2023 10:39 am
  • Real Name: Pavel Voltr

Re: dot instead of coma

PostWed Jun 07, 2023 10:49 am

bkoenig wrote:I ran into the same issue and want to share my solution/workaround:

You can use the app "AutoHotKey" (I can't post URLs, just google it) to remap the NumPadPoint-Key from , to . only when DaVinci Resolve Studio is in the active (foreground) window with the following script:

Code: Select all
SetTitleMatchMode, 1
#IfWinActive, DaVinci Resolve Studio
{
    NumpadDot::.
}


Save this script text into a file, save it in a folder of your choice and run it with AutoHotKey. Done.

Will do until hopefully Blackmagic will fix this one day.



I registered here just to say thank you. This was driving me nuts as I'm used to use comma in EVERY other program. I use it in photoshop, illustrator, lightroom, cinema 4d, blender and basically everything else. Only Davinci has a problem with it :D

So thank you for this, it helped me a lot!

PS - If anybody has a problem to run it, run it with AHK v1.1 and not v2.0. I spent 20 minutes until I figured it out :D
Offline

marcusa

  • Posts: 38
  • Joined: Thu Mar 25, 2021 12:14 am
  • Real Name: Marcus Andersson

Re: dot instead of coma

PostSat Jun 17, 2023 10:56 pm

Randomly stumbled on this thread and just wanted to chime in that as a Mac user I've been using Keyboard Maestro (not free but has had a lot of bang for the buck for me at least) for quite a while to make the Numpad comma (on my non US keyboard) generate a period instead when using DaVinci.

When you know how to use the app this specific shortcut switch is extremely easy to setup (no scripts involved).

Return to Fusion

Who is online

Users browsing this forum: No registered users and 41 guests